home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / shared.dir / 07046_WD-GOBACK.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  75 b   |  7 lines

  1. on mouseDown
  2.   put "duck"
  3.   if UIPress() then
  4.     navGoBack()
  5.   end if
  6. end
  7.